.hero {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('/sfragides-athina-togas-20231111-1200x675.jpg') center/cover;
    color: white;
    padding: 100px 0;
}

.hero h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero h1 span {
    display: block;
    margin-top: 0.5rem;
}

.hero-image {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    margin-bottom: 0;
}

.video-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #f8f9fa;
}
.section-title {
    border-bottom: 3px solid #d4af37;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.product-card {
    transition: transform 0.3s;
    height: 100%;
}
.product-card:hover {
    transform: translateY(-10px);
}
.contact-card {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.benefit-item {
    margin-bottom: 20px;
}
.benefit-icon {
    font-size: 2rem;
    color: #d4af37;
    margin-right: 15px;
}
.map-container {
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

